home *** CD-ROM | disk | FTP | other *** search
- Path: temasek.teleview.com.sg!not-for-mail
- From: wschew@temasek.teleview.com.sg (Anson Chew)
- Newsgroups: comp.lang.c++
- Subject: Borland C++ Question
- Date: 1 Mar 1996 01:17:56 +0800
- Organization: Teleview, Singapore Telecom
- Message-ID: <4h4n44$qod@temasek.teleview.com.sg>
- NNTP-Posting-Host: temasek.teleview.com.sg
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hi,
-
- I have just started to learn Boland C++. I have come up with the idea, but
- find it hard to do it. Can you please help me?
-
- My idea is to create a program that act like electric current, it is like you
- are escaping from program but you need money to bribe the guard. So the only
- way is to get money from the Electrial Mine Field, which is protected by a
- moving electrial shock. The electrial shock had it own "rader system" which
- would be used if you are greedy. It would try it best to toast you.
-
- Detail:
- My positon on the directional keys on the keyboard monitor is
- represented by the keys. I may move the key up, down, left, right.
- The dollar signs "$" represent the pile of money, each worth $500
- I can collect them by moving the "Q" to the position of "$". The
- amount of money I have at any instant is displayed at the top left
- corner of the screen. Ths pound sign "#" represents the door. I can
- end the game at any moment with the money I already have moving the
- "Q" to position of the "#".
-
- The other way to end the game is to be shock by the electrial current.
- The current is represented by a chain of "C" characters. Until I have
- collected $2000 the electrial current's "rader system" is off. The
- moment I have more than $2000, it system would be active. It would
- make sure I never get out of the door alive. It can move diagonally,
- something which I cannot do.
-
-
- So can you please give me some suggestions? Thanks.
-
-
-
-
-